home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
ab20
/
ab20_archive
/
utilities
/
file
/
whereis.lzh
/
makefile
< prev
next >
Wrap
Makefile
|
1990-02-18
|
618b
|
27 lines
.c.o:
cc $*.c
.c.o32:
cc +L $*.c -o $*.o32
16= whereis.o cc:startup/_maincli.o date.o
whereis: $(16)
ln $(16) -lmyc
large: whereis.o32 cc:startup/_maincli.o32 date.o32
ln -o whereis.32 whereis.o32 date.o32 cc:startup/_maincli.o32 -lc32
cc:startup/_maincli.o: cc:startup/_maincli.c
cc cc:startup/_maincli.c
cc:startup/_maincli.o32: cc:startup/_maincli.c
cc +L cc:startup/_maincli.c -o cc:startup/_maincli.o32
.c.odbg:
cc $*.c -n
debug: whereis.odbg cc:startup/_maincli.o date.o
ln whereis.odbg date cc:startup/_maincli -lc -G
delete whereis.odbg